IP Ranges and Open Ports
Elias Groot
Software Lead, Course Organizer
IP Ranges on the ASE Labs Network
At the ASE labs we have configured a custom network with WiFi 6E support to accommodate all users in accessing their Rover and debugging their services remotely. The DHCP server is configured so that all Rovers get assigned a static IP address based on their MAC address.
The Rover IPs range from 192.168.0.101
(for Rover 1) to 192.168.0.120
(for Rover 20). We recommend using ping
to see if your Rover is up:
# See if Rover 7 is up
ping 192.168.0.107
Open Ports on Each Rover
Each Rover - or more specifically: each debix - by default exposes several ports for connectivity and interactivity. These ports and their use are highlighted below.
Port | Application | Example command |
---|---|---|
22 | SSH | ssh debix@192.168.0.107 |
80 | roverd | curl 192.168.0.107/status |